home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / README < prev   
Encoding:
Text File  |  1994-08-02  |  2.5 KB  |  67 lines

  1.  
  2.  
  3.    -------------------------------------------------------------------------
  4.    Explanation of the contents of ~4Dgifts/toolbox/src/exampleCode/audio dir
  5.    -------------------------------------------------------------------------
  6.  
  7.  
  8.       This subtree contains programs and documentation relevant to sgi's
  9.       audio and associated libraries.
  10.  
  11.     `!' indicates new or updated as of version 4.2
  12.  
  13.  
  14.  
  15.      DAT         : 3 DAT examples:
  16.            cdtodat:   A simple CD-to-DAT copying example,
  17.            dodat:     A simple DAT command interface,
  18.            verifydat: A simple DAT checking program.
  19.  
  20.      aiffdoc.ps  : this is a 45-page-when-"lp"'d-to-a-PostScript-printer
  21.            file that is the 8/26/91 Draft Document by Apple
  22.            Computer that describes: 
  23.            
  24.                 Audio Interchange File Format AIFF-C
  25.                     A revision to include compressed audio data
  26.  
  27.                    Although it is officially just a "Draft" the 
  28.            information contained within is VERY detailed.  This 
  29.            draft still says "Confidential" on the page footers
  30.            following the Table of Contents, but this is in fact 
  31.            bogus.  The date of this part of the file is 7/30/90 
  32.            and such confidentiality has long since been removed.
  33.            (you can view this on-line by feeding it to xpsview.)
  34.  
  35.      ascope      : displays the left channel of data coming in from an 
  36.            audio port (one of mic, line in, or digital in).  for
  37.            stereo sources, ascope displays the left channel (as 
  38.            opposed to right) data.
  39.  
  40.  !   harmonize   : a real-time audio pitch bender example program.
  41.  
  42.  !   midi        : example programs using libmidi.a illustrate basic use 
  43.            of the MIDI library.
  44.  
  45.      reverb      : Simulated reverberation for real-time audio input and 
  46.            output.  The algorithms used in this program generate 
  47.            room ambience rather than a realistic room response.  
  48.  
  49.      rock        : the indigo memorial barbeque theme song rapp as 
  50.            constructed and sung by mr. totally insane (tm) himself.  
  51.            a study in random looping of musical "melodies" and 
  52.            rhythms.
  53.  
  54.      somePlayback: code to generate a bunch of oscillators, waveforms,
  55.                    change playback rate, mix, change pitch, loop audio 
  56.            samples and send them to the speaker.
  57.  
  58.  !   sonic       : simple real time audio spatialization example with graphics.
  59.  
  60.      tablenet    : generates a small series of waveforms and writes them 
  61.            into a 16-bit AIFF file.
  62.  
  63.  
  64.  
  65.         Programs in this subtree will run on 4D/35 Personal IRIS and 
  66.         IRIS Indigo and Indy machines.  
  67.